import SearchPage from "@/components/search/SearchPage"; export default async function BranchSearchPage({ params }) { const { branch } = await params; return ; }